Eclipse Platform
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

K

KEEP_HISTORY - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 2) indicating that the operation should maintain local history by taking snapshots of the contents of files just before being overwritten or deleted.
KEY - Static variable in class org.eclipse.jface.text.TextViewer
Identifies key strokes as originators of a view port change.
KEYCODE_BIT - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to differentiate a key code from a unicode character.
KEYPAD_0 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad zero key (value is (1<<24)+48).
KEYPAD_1 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad one key (value is (1<<24)+49).
KEYPAD_2 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad two key (value is (1<<24)+50).
KEYPAD_3 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad three key (value is (1<<24)+51).
KEYPAD_4 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad four key (value is (1<<24)+52).
KEYPAD_5 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad five key (value is (1<<24)+53).
KEYPAD_6 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad six key (value is (1<<24)+54).
KEYPAD_7 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad seven key (value is (1<<24)+55).
KEYPAD_8 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad eight key (value is (1<<24)+56).
KEYPAD_9 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad nine key (value is (1<<24)+57).
KEYPAD_ADD - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad add key (value is (1<<24)+43).
KEYPAD_CR - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad enter key (value is (1<<24)+80).
KEYPAD_DECIMAL - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad decimal key (value is (1<<24)+46).
KEYPAD_DIVIDE - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad divide key (value is (1<<24)+47).
KEYPAD_EQUAL - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad equal key (value is (1<<24)+61).
KEYPAD_MULTIPLY - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad multiply key (value is (1<<24)+42).
KEYPAD_SUBTRACT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad subtract key (value is (1<<24)+45).
KEY_DELIMITER - Static variable in class org.eclipse.ui.keys.KeyStroke
The delimiter between multiple keys in a single key strokes -- expressed in the formal key stroke grammar.
KEY_DELIMITERS - Static variable in class org.eclipse.ui.keys.KeyStroke
The set of delimiters for Key objects allowed during parsing of the formal string representation.
KEY_MASK - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to extract the key stroke portion of an accelerator.
KEY_STROKE - Static variable in interface org.eclipse.jface.text.IPainter
Constant describing the reason of a repaint request: key pressed.
KEY_STROKE_DELIMITER - Static variable in class org.eclipse.ui.keys.KeySequence
The delimiter between multiple key strokes in a single key sequence -- expressed in the formal key stroke grammar.
KEY_STROKE_DELIMITERS - Static variable in class org.eclipse.ui.keys.KeySequence
The set of delimiters for KeyStroke objects allowed during parsing of the formal string representation.
KIND_FEATURE - Static variable in interface org.eclipse.update.core.IImport
The import relates to a feature
KIND_PLUGIN - Static variable in interface org.eclipse.update.core.IImport
The import relates to a plugin
Key - class org.eclipse.ui.keys.Key.
Key is the abstract base class for all objects representing keys on the keyboard.
KeyAdapter - class org.eclipse.swt.events.KeyAdapter.
This adapter class provides default implementations for the methods described by the KeyListener interface.
KeyAdapter() - Constructor for class org.eclipse.swt.events.KeyAdapter
 
KeyConfigurationEvent - class org.eclipse.ui.commands.KeyConfigurationEvent.
An instance of KeyConfigurationEvent describes changes to an instance of IKeyConfiguration.
KeyConfigurationEvent(IKeyConfiguration, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.ui.commands.KeyConfigurationEvent
TODO javadoc
KeyDown - Static variable in class org.eclipse.swt.SWT
The key down event type (value is 1).
KeyEvent - class org.eclipse.swt.events.KeyEvent.
Instances of this class are sent as a result of keys being pressed and released on the keyboard
KeyEvent(Event) - Constructor for class org.eclipse.swt.events.KeyEvent
Constructs a new instance of this class based on the information in the given untyped event.
KeyFormatterFactory - class org.eclipse.ui.keys.KeyFormatterFactory.
A cache for formatters.
KeyListener - interface org.eclipse.swt.events.KeyListener.
Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
KeySequence - class org.eclipse.ui.keys.KeySequence.
A KeySequence is defined as a list of zero or more KeyStrokes, with the stipulation that all KeyStroke objects must be complete, save for the last one, whose completeness is optional.
KeyStroke - class org.eclipse.ui.keys.KeyStroke.
A KeyStroke is defined as an optional set of modifier keys followed optionally by a natural key.
KeyUp - Static variable in class org.eclipse.swt.SWT
The key up event type (value is 2).
keyCode - Variable in class org.eclipse.swt.events.KeyEvent
the key code of the key that was typed, as defined by the key code constants in class SWT.
keyCode - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the key code of the key that was typed, as defined by the key code constants in class SWT.
keyConfigurationChanged(KeyConfigurationEvent) - Method in interface org.eclipse.ui.commands.IKeyConfigurationListener
Notifies that one or more attributes of an instance of IKeyConfiguration have changed.
keyPressed(KeyEvent) - Method in class org.eclipse.jface.text.PaintManager
 
keyPressed(KeyEvent) - Method in class org.eclipse.swt.events.KeyAdapter
Sent when a key is pressed on the system keyboard.
keyPressed(KeyEvent) - Method in interface org.eclipse.swt.events.KeyListener
Sent when a key is pressed on the system keyboard.
keyReleaseOccured(KeyEvent) - Method in class org.eclipse.jface.viewers.CellEditor
Processes a key release event that occurred in this cell editor.
keyReleaseOccured(KeyEvent) - Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
 
keyReleased(KeyEvent) - Method in class org.eclipse.jface.text.PaintManager
 
keyReleased(KeyEvent) - Method in class org.eclipse.swt.events.KeyAdapter
Sent when a key is released on the system keyboard.
keyReleased(KeyEvent) - Method in interface org.eclipse.swt.events.KeyListener
Sent when a key is released on the system keyboard.
keyTraversed(TraverseEvent) - Method in interface org.eclipse.swt.events.TraverseListener
Sent when a traverse event occurs in a control.
kind() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the kind of difference.
kind - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
 
kindToString(int) - Static method in class org.eclipse.team.core.subscribers.SyncInfo
 
kindToString(int) - Static method in class org.eclipse.team.core.sync.RemoteSyncElement
 
knots - Variable in class org.eclipse.core.resources.IWorkspace.ProjectOrder
A list of knots in the project reference graph.

Eclipse Platform
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.